home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Utilities / SuperDuper! 1.5.5.dmg / SuperDuper!.app / Contents / Resources / SuperDuperSuite.scriptSuite < prev    next >
Encoding:
Extensible Markup Language  |  2005-04-06  |  2.0 KB  |  92 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>AppleEventCode</key>
  6.     <string>SDpr</string>
  7.     <key>Classes</key>
  8.     <dict>
  9.         <key>NSApplication</key>
  10.         <dict>
  11.             <key>AppleEventCode</key>
  12.             <string>capp</string>
  13.             <key>Attributes</key>
  14.             <dict>
  15.                 <key>appStatus</key>
  16.                 <dict>
  17.                     <key>AppleEventCode</key>
  18.                     <string>Stat</string>
  19.                     <key>ReadOnly</key>
  20.                     <string>YES</string>
  21.                     <key>Type</key>
  22.                     <string>NSNumber<SuperDuperSuite.EStatus></string>
  23.                 </dict>
  24.             </dict>
  25.             <key>Superclass</key>
  26.             <string>NSCoreSuite.NSApplication</string>
  27.             <key>SupportedCommands</key>
  28.             <dict>
  29.                 <key>SuperDuperSuite.Run</key>
  30.                 <string>handleRunScriptCommand:</string>
  31.             </dict>
  32.         </dict>
  33.     </dict>
  34.     <key>Commands</key>
  35.     <dict>
  36.         <key>Run</key>
  37.         <dict>
  38.             <key>AppleEventClassCode</key>
  39.             <string>SDpr</string>
  40.             <key>AppleEventCode</key>
  41.             <string>Runn</string>
  42.             <key>Arguments</key>
  43.             <dict>
  44.                 <key>userInteraction</key>
  45.                 <dict>
  46.                     <key>AppleEventCode</key>
  47.                     <string>noUI</string>
  48.                     <key>Optional</key>
  49.                     <string>YES</string>
  50.                     <key>Type</key>
  51.                     <string>NSNumber<Bool></string>
  52.                 </dict>
  53.                 <key>usingSettings</key>
  54.                 <dict>
  55.                     <key>AppleEventCode</key>
  56.                     <string>fIlE</string>
  57.                     <key>Optional</key>
  58.                     <string>YES</string>
  59.                     <key>Type</key>
  60.                     <string>NSScriptObjectSpecifier</string>
  61.                 </dict>
  62.             </dict>
  63.             <key>CommandClass</key>
  64.             <string>NSScriptCommand</string>
  65.         </dict>
  66.     </dict>
  67.     <key>Enumerations</key>
  68.     <dict>
  69.         <key>EStatus</key>
  70.         <dict>
  71.             <key>AppleEventCode</key>
  72.             <string>StAt</string>
  73.             <key>Enumerators</key>
  74.             <dict>
  75.                 <key>Error</key>
  76.                 <string>Err </string>
  77.                 <key>Idle</key>
  78.                 <string>Idle</string>
  79.                 <key>Running</key>
  80.                 <string>Busy</string>
  81.             </dict>
  82.         </dict>
  83.     </dict>
  84.     <key>Name</key>
  85.     <string>SuperDuperSuite</string>
  86.     <key>UsedFeatures</key>
  87.     <array>
  88.         <string>UnnamedArguments</string>
  89.     </array>
  90. </dict>
  91. </plist>
  92.